home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / mac / Road Construction Ahead / Road Construction Ahead / 00155_S+S.logo.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  433 b   |  14 lines

  1. global gCDpath
  2.  
  3. on exitFrame
  4.   set the pausedAtStart of cast the castNum of sprite 2 to 0
  5.   set the movieRate of sprite 2 to 1
  6.   repeat while the movieTime of sprite 2 < the duration of cast the castNum of sprite 2
  7.     updateStage()
  8.   end repeat
  9.   set the pausedAtStart of cast the castNum of sprite 2 to 1
  10.   preLoad(label("Loading"), label("EndIntro"))
  11.   go("Loading")
  12.   sound playFile 1, gCDpath & "SOUND:GLOBAL:" & "RCATITLE"
  13. end
  14.